home *** CD-ROM | disk | FTP | other *** search
- #[
- # Name: u.u95kbd.ugd
- #
- # Derived from: win95.ugd
- #
- # Author: Clive Standbridge
- #
- # Created on: Feb 1997
- #
- # Sccs ID: @(#)u.u95kbd.ugd 1.3 03/19/97
- #
- # Coding Stds:
- #
- # Purpose: A script file for use with Windows 95 upgrader WIN95LIC
- # This file is a template UGD file for setting up
- # international (i.e. non-US) keyboards and is specific
- # to Unix hosts.
- # This template needs to be pre-processed (by keybconf)
- # to set the selected keyboard.
- #
- # Copyright 1997 Insignia Solutions PLC. All rights reserved.
- #]
-
-
- # Note W95_LOCALE_NO will be substituted.
-
- #-------------------------------------------------------------------------------
- # Set the default keyboard language.
- #-------------------------------------------------------------------------------
-
-
- REG
- UPD
- HKEY_CURRENT_USER
- keyboard layout\preload\1
- REG_DEFAULT
- W95_LOCALE_NO
- END
-
- REG
- UPD
- HKEY_CURRENT_USER
- keyboard layout\toggle
- REG_DEFAULT
- 1
- END
-
- # Apply the same settings for anonymous users.
-
- REG
- UPD
- HKEY_USERS
- .Default\keyboard layout\preload\1
- REG_DEFAULT
- W95_LOCALE_NO
- END
-
- REG
- UPD
- HKEY_USERS
- .Default\keyboard layout\toggle
- REG_DEFAULT
- 1
- END
-